<?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 Tutorial &#8211; Movie Clip Buttons</title>
	<atom:link href="http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/</link>
	<description>Free Flash Tutorials</description>
	<lastBuildDate>Thu, 04 Mar 2010 04:27:18 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cheezen</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1407</link>
		<dc:creator>Cheezen</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1407</guid>
		<description>Just wanted to thank you A LOT for this tutorial. I&#039;m pretty new to AS3 and I&#039;ve spent at least 3 hours of searching to find this. I&#039;m not the type that posts comments to tutorials and such, so this will be my first =) Take it as a big compliment, thanks!</description>
		<content:encoded><![CDATA[<p>Just wanted to thank you A LOT for this tutorial. I&#8217;m pretty new to AS3 and I&#8217;ve spent at least 3 hours of searching to find this. I&#8217;m not the type that posts comments to tutorials and such, so this will be my first =) Take it as a big compliment, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: becca7349</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1402</link>
		<dc:creator>becca7349</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1402</guid>
		<description>This is a great tutorial and my buttons work very well except for one thing. They link to other pages within my website, but will only open up in a new tab or window. Can someone help me figure out how to make the links open up in the same window? Thanks so much!!</description>
		<content:encoded><![CDATA[<p>This is a great tutorial and my buttons work very well except for one thing. They link to other pages within my website, but will only open up in a new tab or window. Can someone help me figure out how to make the links open up in the same window? Thanks so much!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechIQ</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1372</link>
		<dc:creator>TechIQ</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1372</guid>
		<description>You&#039;ve written nice post, I am gonna bookmark this page, thanks for info.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve written nice post, I am gonna bookmark this page, thanks for info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umair</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1367</link>
		<dc:creator>umair</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1367</guid>
		<description>hi its really good… but i have a problem in this script
that when i over the button and click, not open the page i want open url page..
please help me...



_root.link = _root.button;
_root.myMenu[&quot;but&quot; + _root.link].gotoAndPlay(&quot;s1&quot;);

2nd code...

on (rollOver)
{
    if (_root.link != num)
    {
        gotoAndPlay(&quot;s1&quot;);
    } // end if
}
on (releaseOutside, rollOut)
{
    if (_root.link != num)
    {
        gotoAndPlay(&quot;s2&quot;);
    } // end if
}
on (release)
{
    _root.butF(num);
}</description>
		<content:encoded><![CDATA[<p>hi its really good… but i have a problem in this script<br />
that when i over the button and click, not open the page i want open url page..<br />
please help me&#8230;</p>
<p>_root.link = _root.button;<br />
_root.myMenu["but" + _root.link].gotoAndPlay(&#8220;s1&#8243;);</p>
<p>2nd code&#8230;</p>
<p>on (rollOver)<br />
{<br />
    if (_root.link != num)<br />
    {<br />
        gotoAndPlay(&#8220;s1&#8243;);<br />
    } // end if<br />
}<br />
on (releaseOutside, rollOut)<br />
{<br />
    if (_root.link != num)<br />
    {<br />
        gotoAndPlay(&#8220;s2&#8243;);<br />
    } // end if<br />
}<br />
on (release)<br />
{<br />
    _root.butF(num);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1345</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 30 Dec 2009 22:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1345</guid>
		<description>Great tutorial... 

My website http://www.8minutecreditapproval.com.php5-9.dfw1-1.websitetestlink.com/home-animated.html where each check box is a separate movie clip with button features as per the tutorial above...

Two questions:

One: How do I get the separate movie clips (Check Boxes with text) to only show once and not repeat the &quot;up&quot; and &quot;over&quot; sequences... I want to be able to select the check box and move onto the second check box then the third...

Two: How do I set the third movie clip check box so that when I click it goes to a new scene...

any help would be greatly appreciated...

Marcus</description>
		<content:encoded><![CDATA[<p>Great tutorial&#8230; </p>
<p>My website <a href="http://www.8minutecreditapproval.com.php5-9.dfw1-1.websitetestlink.com/home-animated.html" rel="nofollow">http://www.8minutecreditapproval.com.php5-9.dfw1-1.websitetestlink.com/home-animated.html</a> where each check box is a separate movie clip with button features as per the tutorial above&#8230;</p>
<p>Two questions:</p>
<p>One: How do I get the separate movie clips (Check Boxes with text) to only show once and not repeat the &#8220;up&#8221; and &#8220;over&#8221; sequences&#8230; I want to be able to select the check box and move onto the second check box then the third&#8230;</p>
<p>Two: How do I set the third movie clip check box so that when I click it goes to a new scene&#8230;</p>
<p>any help would be greatly appreciated&#8230;</p>
<p>Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1321</link>
		<dc:creator>senthil</dc:creator>
		<pubDate>Sat, 21 Nov 2009 09:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1321</guid>
		<description>hi its really good...  but i have a problem in this script
that when i over the button and click..go to the page and play but when mouse come out  side the button without click that page gone so i need when i come out button still i want click state image....
pls help me 

btn1_mc.buttonMode = true;
btn2_mc.buttonMode = true;
btn3_mc.buttonMode = true;
btn4_mc.buttonMode = true;
btn1_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn1_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn1_mc.addEventListener(MouseEvent.CLICK, onClick);
btn2_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn2_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn2_mc.addEventListener(MouseEvent.CLICK, onClick);
btn3_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn3_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn3_mc.addEventListener(MouseEvent.CLICK, onClick);
btn4_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn4_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn4_mc.addEventListener(MouseEvent.CLICK, onClick);
btn5_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn5_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn5_mc.addEventListener(MouseEvent.CLICK, onClick);
btn6_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn6_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn6_mc.addEventListener(MouseEvent.CLICK, onClick);
btn7_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
btn7_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn7_mc.addEventListener(MouseEvent.CLICK, onClick);

function onButtonOver(e:MouseEvent):void
{
	e.currentTarget.gotoAndPlay(&quot;over&quot;);
}

function onButtonOut(e:MouseEvent):void
{
	e.currentTarget.gotoAndPlay(&quot;out&quot;);
}
function onClick(e:MouseEvent):void
{
e.currentTarget.gotoAndPlay(&quot;Release&quot;);

}</description>
		<content:encoded><![CDATA[<p>hi its really good&#8230;  but i have a problem in this script<br />
that when i over the button and click..go to the page and play but when mouse come out  side the button without click that page gone so i need when i come out button still i want click state image&#8230;.<br />
pls help me </p>
<p>btn1_mc.buttonMode = true;<br />
btn2_mc.buttonMode = true;<br />
btn3_mc.buttonMode = true;<br />
btn4_mc.buttonMode = true;<br />
btn1_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn1_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn1_mc.addEventListener(MouseEvent.CLICK, onClick);<br />
btn2_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn2_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn2_mc.addEventListener(MouseEvent.CLICK, onClick);<br />
btn3_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn3_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn3_mc.addEventListener(MouseEvent.CLICK, onClick);<br />
btn4_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn4_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn4_mc.addEventListener(MouseEvent.CLICK, onClick);<br />
btn5_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn5_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn5_mc.addEventListener(MouseEvent.CLICK, onClick);<br />
btn6_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn6_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn6_mc.addEventListener(MouseEvent.CLICK, onClick);<br />
btn7_mc.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
btn7_mc.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn7_mc.addEventListener(MouseEvent.CLICK, onClick);</p>
<p>function onButtonOver(e:MouseEvent):void<br />
{<br />
	e.currentTarget.gotoAndPlay(&#8220;over&#8221;);<br />
}</p>
<p>function onButtonOut(e:MouseEvent):void<br />
{<br />
	e.currentTarget.gotoAndPlay(&#8220;out&#8221;);<br />
}<br />
function onClick(e:MouseEvent):void<br />
{<br />
e.currentTarget.gotoAndPlay(&#8220;Release&#8221;);</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman deGare</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1316</link>
		<dc:creator>Norman deGare</dc:creator>
		<pubDate>Thu, 05 Nov 2009 08:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1316</guid>
		<description>Hi. 
It&#039;s a great tutorial you got here. I&#039;m having a bit of trouble with my buttons. I used an imported PSD file for a button image, and everything is smooth. Is there any way I I duplicate the button properties(actionscript, states e.t.c.) but use a different image instead?

I&#039;m still new at flash so any help at all is much appreciated. =P</description>
		<content:encoded><![CDATA[<p>Hi.<br />
It&#8217;s a great tutorial you got here. I&#8217;m having a bit of trouble with my buttons. I used an imported PSD file for a button image, and everything is smooth. Is there any way I I duplicate the button properties(actionscript, states e.t.c.) but use a different image instead?</p>
<p>I&#8217;m still new at flash so any help at all is much appreciated. =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagineMe</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1308</link>
		<dc:creator>MagineMe</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1308</guid>
		<description>Hi,

Ok, got it to work. :)

FYI:

btn_i.buttonMode = true;
//btn_i.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
//btn_i.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn_i.addEventListener(MouseEvent.CLICK, myClick1);

btn_i.addEventListener(MouseEvent.CLICK, myClick1);
function myClick1(event:MouseEvent):void {
    navigateToURL(new URLRequest(&quot;http://www.google.com/&quot;));
}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Ok, got it to work. <img src='http://schoolofflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>FYI:</p>
<p>btn_i.buttonMode = true;<br />
//btn_i.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
//btn_i.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn_i.addEventListener(MouseEvent.CLICK, myClick1);</p>
<p>btn_i.addEventListener(MouseEvent.CLICK, myClick1);<br />
function myClick1(event:MouseEvent):void {<br />
    navigateToURL(new URLRequest(&#8220;http://www.google.com/&#8221;));<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MagineMe</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1307</link>
		<dc:creator>MagineMe</dc:creator>
		<pubDate>Thu, 15 Oct 2009 13:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1307</guid>
		<description>Hi,

Am trying trying to get this code to work but can&#039;t figure it out.  I want the button to open a new URL / window, but am getting Syntax Errors.

Any help greatly appreciated. :)

CS4 - AS3

btn_i.buttonMode = true;
//btn_i.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);
//btn_i.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);
btn_i.addEventListener(MouseEvent.CLICK, myClick1);

function myClick1(e:MouseEvent):void
{
var url:String = “http://www.google.com”;
var request:URLRequest = new URLRequest(url);
try {
navigateToURL(request, ‘_blank’);
} catch (e:Error) {
trace(”Error occurred!”);
}

}</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Am trying trying to get this code to work but can&#8217;t figure it out.  I want the button to open a new URL / window, but am getting Syntax Errors.</p>
<p>Any help greatly appreciated. <img src='http://schoolofflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>CS4 &#8211; AS3</p>
<p>btn_i.buttonMode = true;<br />
//btn_i.addEventListener(MouseEvent.ROLL_OVER, onButtonOver);<br />
//btn_i.addEventListener(MouseEvent.ROLL_OUT, onButtonOut);<br />
btn_i.addEventListener(MouseEvent.CLICK, myClick1);</p>
<p>function myClick1(e:MouseEvent):void<br />
{<br />
var url:String = “http://www.google.com”;<br />
var request:URLRequest = new URLRequest(url);<br />
try {<br />
navigateToURL(request, ‘_blank’);<br />
} catch (e:Error) {<br />
trace(”Error occurred!”);<br />
}</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunette South Africa</title>
		<link>http://schoolofflash.com/blog/2008/05/flash-cs3-tutorial-movie-clip-buttons/comment-page-2/#comment-1305</link>
		<dc:creator>Sunette South Africa</dc:creator>
		<pubDate>Mon, 12 Oct 2009 22:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://schoolofflash.com/2008/05/09/flash-cs3-tutorial-movie-clip-buttons/#comment-1305</guid>
		<description>With reference to my previous post - the fourth state of the button is complete. Sorry about that</description>
		<content:encoded><![CDATA[<p>With reference to my previous post &#8211; the fourth state of the button is complete. Sorry about that</p>
]]></content:encoded>
	</item>
</channel>
</rss>
