<?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: Flash CS3 Root Timeline Control Within Movie Clips</title>
	<atom:link href="http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/</link>
	<description>This blog will soon be my portfolio.</description>
	<lastBuildDate>Wed, 18 Aug 2010 11:32:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Praveen</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-150</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Wed, 18 Aug 2010 11:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-150</guid>
		<description>Hi Friends 

i need some code of Load a Movie 
i Have one code but its working only 2 buttons 
but i need some more buttons........

can you Help me on this...........

but.onPress = function () {
	_root.createEmptyMovieClip(&quot;container&quot;, 1);
	loadMovie(&quot;test3.swf&quot;, &quot;container&quot;);
	container._x = 200 ;
	container._y = 200 ;
}

...........................

can you help in out on this Issue...... URGENT</description>
		<content:encoded><![CDATA[<p>Hi Friends </p>
<p>i need some code of Load a Movie<br />
i Have one code but its working only 2 buttons<br />
but i need some more buttons&#8230;&#8230;..</p>
<p>can you Help me on this&#8230;&#8230;&#8230;..</p>
<p>but.onPress = function () {<br />
	_root.createEmptyMovieClip(&#8220;container&#8221;, 1);<br />
	loadMovie(&#8220;test3.swf&#8221;, &#8220;container&#8221;);<br />
	container._x = 200 ;<br />
	container._y = 200 ;<br />
}</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
<p>can you help in out on this Issue&#8230;&#8230; URGENT</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>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>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>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>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>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>
	<item>
		<title>By: nuro</title>
		<link>http://www.narkeeso.com/flash/flash-cs3-root-timeline-control-within-movie-clips/comment-page-1/#comment-110</link>
		<dc:creator>nuro</dc:creator>
		<pubDate>Sat, 09 May 2009 21:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.narkeeso.com/?p=10#comment-110</guid>
		<description>3hrs looking for this &#039;simple&#039; solution.  Annoyed as I&#039;ve already seen it, I assumed MovieClip was an instance name doh!

Thank you very very much

/nuro</description>
		<content:encoded><![CDATA[<p>3hrs looking for this &#8216;simple&#8217; solution.  Annoyed as I&#8217;ve already seen it, I assumed MovieClip was an instance name doh!</p>
<p>Thank you very very much</p>
<p>/nuro</p>
]]></content:encoded>
	</item>
</channel>
</rss>
