<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me make my Flash button-inside-a-movie-clip work.</title>
	<link>http://ask.metafilter.com/52921/Help-me-make-my-Flash-buttoninsideamovieclip-work/</link>
	<description>Comments on Ask MetaFilter post Help me make my Flash button-inside-a-movie-clip work.</description>
	<pubDate>Mon, 11 Dec 2006 20:02:26 -0800</pubDate>
	<lastBuildDate>Mon, 11 Dec 2006 20:02:26 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me make my Flash button-inside-a-movie-clip work.</title>
		<link>http://ask.metafilter.com/52921/Help-me-make-my-Flash-buttoninsideamovieclip-work</link>	
		<description>Can someone look at &lt;a href=&quot;http://bradn.net/temp/wtf.fla&quot;&gt;my .fla file&lt;/a&gt; and tell me why my button inside a movie clip doesn&apos;t work? &lt;br /&gt;&lt;br /&gt; Please don&apos;t laugh at my Flash-fu.  &lt;br&gt;
The only button that should work right now is the &quot;features&quot; button, but it doesn&apos;t. (It should gotoandplay frame 41 of the current scene.) The rollover works but not the goto.&lt;br&gt;
The only other way I can think to do this is to group the three buttons and &quot;frame&quot; so I can motion tween them in together, but that seems like a dumb way and I don&apos;t see why this doesn&apos;t work.  Thanks in advance.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.52921</guid>
		<pubDate>Mon, 11 Dec 2006 19:32:03 -0800</pubDate>
		<dc:creator>bradn</dc:creator>
		
			<category>flash</category>
		
			<category>animation</category>
		
			<category>web</category>
		
			<category>design</category>
		
	</item> <item>
		<title>By: gomichild</title>
		<link>http://ask.metafilter.com/52921/Help-me-make-my-Flash-buttoninsideamovieclip-work#798025</link>	
		<description>Well you aren&apos;t referencing that the frame it should be going to is the root timeline - not the timeline of the movie clip.&lt;br&gt;
&lt;br&gt;
Button AS:&lt;br&gt;
&lt;br&gt;
on (release) {&lt;br&gt;
	_root.gotoAndPlay(&quot;41&quot;);&lt;br&gt;
}&lt;br&gt;
&lt;br&gt;
This works - but overall perhaps this is not the best aproach to what you are trying to achieve. But hey you can always rework it in version 2 right?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52921-798025</guid>
		<pubDate>Mon, 11 Dec 2006 20:02:26 -0800</pubDate>
		<dc:creator>gomichild</dc:creator>
	</item><item>
		<title>By: gomichild</title>
		<link>http://ask.metafilter.com/52921/Help-me-make-my-Flash-buttoninsideamovieclip-work#798468</link>	
		<description>I realized I should have suggested earlier that it&apos;s a lot more convenient to label frames, than to point to an actual frame as with labels you can add and subtract from the main timeline without it affecting other code - whereas if you use frame number you are locked into the structure, and if you make changes within the timeline have to trace back and update the code.&lt;br&gt;
&lt;br&gt;
This is especially a hassle when you have separate buttons with code attached directly to them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52921-798468</guid>
		<pubDate>Tue, 12 Dec 2006 06:02:19 -0800</pubDate>
		<dc:creator>gomichild</dc:creator>
	</item><item>
		<title>By: bradn</title>
		<link>http://ask.metafilter.com/52921/Help-me-make-my-Flash-buttoninsideamovieclip-work#798515</link>	
		<description>Thanks for the help, your _root suggestion didn&apos;t work for me because there is actually a intro scene before the first scene in the file I posted, so the link would just take me back there. &lt;br&gt;
I got it to work using a combination of the _parent identifier and a frame label. Hopefully this will serve my purposes.  &lt;br&gt;
&lt;br&gt;
And yeah, I&apos;ll get started on version 2 when they add &quot;Flash Designer&quot; to my title and another zero to my salary.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52921-798515</guid>
		<pubDate>Tue, 12 Dec 2006 06:47:15 -0800</pubDate>
		<dc:creator>bradn</dc:creator>
	</item><item>
		<title>By: gomichild</title>
		<link>http://ask.metafilter.com/52921/Help-me-make-my-Flash-buttoninsideamovieclip-work#798523</link>	
		<description>That&apos;s the right way to think!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.52921-798523</guid>
		<pubDate>Tue, 12 Dec 2006 06:54:24 -0800</pubDate>
		<dc:creator>gomichild</dc:creator>
	</item>
	</channel>
</rss>
