<?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 for Narkeeso</title>
	<atom:link href="http://www.narkeeso.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.narkeeso.com</link>
	<description>This blog will soon be my portfolio.</description>
	<lastBuildDate>Mon, 29 Mar 2010 05:34:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Connecting Your Apple Magic Mouse to Windows 7 by narkeeso</title>
		<link>http://www.narkeeso.com/technology/connecting-magic-mouse/comment-page-1/#comment-141</link>
		<dc:creator>narkeeso</dc:creator>
		<pubDate>Mon, 29 Mar 2010 05:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=86#comment-141</guid>
		<description>Gin, you must have Boot Camp drivers installed on a Mac in order to see the option under Apple Built-in Bluetooth properties.</description>
		<content:encoded><![CDATA[<p>Gin, you must have Boot Camp drivers installed on a Mac in order to see the option under Apple Built-in Bluetooth properties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Connecting Your Apple Magic Mouse to Windows 7 by gin</title>
		<link>http://www.narkeeso.com/technology/connecting-magic-mouse/comment-page-1/#comment-140</link>
		<dc:creator>gin</dc:creator>
		<pubDate>Mon, 29 Mar 2010 05:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=86#comment-140</guid>
		<description>is this for iMAC user  ? 
I can&#039;t see the option Apple Built-In Bluetooth properties. 
i&#039;m NOT imac . just normal pc windows 7 
T_T</description>
		<content:encoded><![CDATA[<p>is this for iMAC user  ?<br />
I can&#8217;t see the option Apple Built-In Bluetooth properties.<br />
i&#8217;m NOT imac . just normal pc windows 7<br />
T_T</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by pignbil</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-134</link>
		<dc:creator>pignbil</dc:creator>
		<pubDate>Fri, 15 Jan 2010 04:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-134</guid>
		<description>Hey, that is awesome!  You were right, simple.  So simple, in fact, I was skeptical if it would work.  But it solved my problem like magic!  Thanks for the easy fix!</description>
		<content:encoded><![CDATA[<p>Hey, that is awesome!  You were right, simple.  So simple, in fact, I was skeptical if it would work.  But it solved my problem like magic!  Thanks for the easy fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by Carlos</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-125</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sun, 25 Oct 2009 02:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-125</guid>
		<description>OK i found the problem, its wasnt the script, it was that my buttons didnt start at the first frame, so i guess thats why the script didnt find them. Now, can someone help me with the part that i dont know how to disable the function on the same FLAG, for example:

If im in Home and i click to go to Location, i want Location to be disable once i get to that frame where Location is, in other words, i dont want to press the button and reload the same frame im at, since im going to use animation for the entrace and exit for each section.

Thanks!</description>
		<content:encoded><![CDATA[<p>OK i found the problem, its wasnt the script, it was that my buttons didnt start at the first frame, so i guess thats why the script didnt find them. Now, can someone help me with the part that i dont know how to disable the function on the same FLAG, for example:</p>
<p>If im in Home and i click to go to Location, i want Location to be disable once i get to that frame where Location is, in other words, i dont want to press the button and reload the same frame im at, since im going to use animation for the entrace and exit for each section.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by Carlos</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-124</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Sat, 24 Oct 2009 22:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-124</guid>
		<description>I dont know what to do pls help me.

Here&#039;s my problem: 

In my main timeline, i have my &quot;FLAGS&quot; with the names (LOCATION, MENU and HOME) in different frames. i have a main bar on the bottom that has all my menu buttons, that bar has an instance(menu2) its a movie clip that inside has my buttons. I can&#039;t make those buttons control my main timeline, i get errors. 

The reason i have the actions for this buttons in my main timeline, its because when i go to the frame with the flag LOCATION, i dont want this same link to be active, it looks bad. 

heres the code im using: 

function goLocation(event:MouseEvent):void { 
MovieClip(root).gotoAndStop&quot;LOCATION&quot;); 
} 

menu2.locationBtn.addEventListener(MouseEvent.CLICK, goLocation); 



and this is the website im building www.azuldowntown.com 

thank you very much for your time. 

Best regards.</description>
		<content:encoded><![CDATA[<p>I dont know what to do pls help me.</p>
<p>Here&#8217;s my problem: </p>
<p>In my main timeline, i have my &#8220;FLAGS&#8221; with the names (LOCATION, MENU and HOME) in different frames. i have a main bar on the bottom that has all my menu buttons, that bar has an instance(menu2) its a movie clip that inside has my buttons. I can&#8217;t make those buttons control my main timeline, i get errors. </p>
<p>The reason i have the actions for this buttons in my main timeline, its because when i go to the frame with the flag LOCATION, i dont want this same link to be active, it looks bad. </p>
<p>heres the code im using: </p>
<p>function goLocation(event:MouseEvent):void {<br />
MovieClip(root).gotoAndStop&#8221;LOCATION&#8221;);<br />
} </p>
<p>menu2.locationBtn.addEventListener(MouseEvent.CLICK, goLocation); </p>
<p>and this is the website im building <a href="http://www.azuldowntown.com" rel="nofollow">http://www.azuldowntown.com</a> </p>
<p>thank you very much for your time. </p>
<p>Best regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by obed</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-116</link>
		<dc:creator>obed</dc:creator>
		<pubDate>Thu, 27 Aug 2009 23:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-116</guid>
		<description>vato vato vato!! its a mexican term for excitement! you save my little ass! thank you you are awesome!

greetings from monterrey mexico</description>
		<content:encoded><![CDATA[<p>vato vato vato!! its a mexican term for excitement! you save my little ass! thank you you are awesome!</p>
<p>greetings from monterrey mexico</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by johavov</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-115</link>
		<dc:creator>johavov</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-115</guid>
		<description>on (press) {
_root.gotoAndStop(40);}</description>
		<content:encoded><![CDATA[<p>on (press) {<br />
_root.gotoAndStop(40);}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by Mark</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-114</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 24 Jul 2009 16:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-114</guid>
		<description>MovieClip(root).gotoAndStop(10);   you&#039;re a genius. Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>MovieClip(root).gotoAndStop(10);   you&#8217;re a genius. Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by Merstzik</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-112</link>
		<dc:creator>Merstzik</dc:creator>
		<pubDate>Sat, 27 Jun 2009 20:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-112</guid>
		<description>Great post! Really helpful! You&#039;ve shortened my searching. Keep up the good work :).</description>
		<content:encoded><![CDATA[<p>Great post! Really helpful! You&#8217;ve shortened my searching. Keep up the good work <img src='http://www.narkeeso.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash CS3 Root Timeline Control Within Movie Clips by Laura</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-111</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Sun, 10 May 2009 01:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-111</guid>
		<description>I&#039;m trying to get this code to work on mouseclick, but things just are not cooperating for me. I&#039;m using the following:

next_mc.addEventListener(MouseEvent.CLICK, onMouseClick);

function onMouseClick(event:MouseEvent):void {
    MovieClip(root).gotoAndPlay(&quot;ExteriorBack&quot;);
}

Laura</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get this code to work on mouseclick, but things just are not cooperating for me. I&#8217;m using the following:</p>
<p>next_mc.addEventListener(MouseEvent.CLICK, onMouseClick);</p>
<p>function onMouseClick(event:MouseEvent):void {<br />
    MovieClip(root).gotoAndPlay(&#8220;ExteriorBack&#8221;);<br />
}</p>
<p>Laura</p>
]]></content:encoded>
	</item>
</channel>
</rss>
