<?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"
	>
<channel>
	<title>Comments on: Movie clip buttons in a fight: it&#8217;s AS2 vs. AS3 (again)</title>
	<atom:link href="http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/</link>
	<description>...and especially enthusiastic about motion tweens in Flash...</description>
	<pubDate>Fri, 12 Mar 2010 20:39:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Kurt</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-36548</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Tue, 22 Dec 2009 23:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-36548</guid>
		<description>I am a Noob to Flash and am having problems getting some movieclips to link to different URLs on release. I am able to get them to animate, and I am able to get them to link to an html page in the same folder, but I can’t get both functionalities to work at the same time and it is driving me crazy!!  I've tried putting the actionscript in the instance object, in the action layer, and other things and nothing seems to work!?


Here is the link to the source file:   http://www.myfavorites.com/flashtest/header_v8_122209_v2.fla
I believe that the actionscripting needs to be done in the "baners" movieclip, but it could also be the "Symbol 3" movieclip.  I'm not sure and this is where I also need help.


Here is also a link to the .swf (http://www.myfavorites.com/flashtest/header_v8_122209_v2.swf).  See, if you mouse over the first two clips, they animate, but they do not go to the HTML page if you click on them (http://www.myfavorites.com/flashtest/success1.html).  The third clip will go to the page success1.html in the same folder if you click on it, but it does not animate on mouse over.


I'm using Flash CS3 as my editor and I'm using ActionScript 2.0 for the scripting.

Any help you can provide on this is most appreciated!!  I'm normally pretty good at figuring out things on my own, but This problem is driving me crazy!!</description>
		<content:encoded><![CDATA[<p>I am a Noob to Flash and am having problems getting some movieclips to link to different URLs on release. I am able to get them to animate, and I am able to get them to link to an html page in the same folder, but I can’t get both functionalities to work at the same time and it is driving me crazy!!  I&#8217;ve tried putting the actionscript in the instance object, in the action layer, and other things and nothing seems to work!?</p>
<p>Here is the link to the source file:   <a href="http://www.myfavorites.com/flashtest/header_v8_122209_v2.fla" rel="nofollow">http://www.myfavorites.com/flashtest/header_v8_122209_v2.fla</a><br />
I believe that the actionscripting needs to be done in the &#8220;baners&#8221; movieclip, but it could also be the &#8220;Symbol 3&#8243; movieclip.  I&#8217;m not sure and this is where I also need help.</p>
<p>Here is also a link to the .swf (http://www.myfavorites.com/flashtest/header_v8_122209_v2.swf).  See, if you mouse over the first two clips, they animate, but they do not go to the HTML page if you click on them (http://www.myfavorites.com/flashtest/success1.html).  The third clip will go to the page success1.html in the same folder if you click on it, but it does not animate on mouse over.</p>
<p>I&#8217;m using Flash CS3 as my editor and I&#8217;m using ActionScript 2.0 for the scripting.</p>
<p>Any help you can provide on this is most appreciated!!  I&#8217;m normally pretty good at figuring out things on my own, but This problem is driving me crazy!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Braddley</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-32118</link>
		<dc:creator>Braddley</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-32118</guid>
		<description>Hi Jen,

Thanks for the help. When I put the _over on the frame label it works perfectly. but when i roll off, the rollover stays up. any thoughts?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jen,</p>
<p>Thanks for the help. When I put the _over on the frame label it works perfectly. but when i roll off, the rollover stays up. any thoughts?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matilda</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-31993</link>
		<dc:creator>matilda</dc:creator>
		<pubDate>Tue, 22 Sep 2009 21:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-31993</guid>
		<description>HELP!!!
PLEASE:)

Hello,
I need help with some actionscript!;)

my slideshow is almost workin but i am getting an error message saying:

1084: Syntax error: expecting rightparen before SimpleButton.

Here is what my code looks like:

stop();
//next button
SimpleButton.addEventListener(next_btn.onPress=function(){
if(studio_art1._currentframe==studio_art1._totalframes){
studio_art1.gotoAndStop(1)
}else{
studio_art1.nextFrame()
}
}

//last button
SimpleButton.addEventListener(back_btn.onPress=function(){
if(studio_art1._currentframe==1){
studio_art1.gotoAndStop(studio_art1._totalframes)
}else{
studio_art1.prevFrame()
}
}</description>
		<content:encoded><![CDATA[<p>HELP!!!<br />
PLEASE:)</p>
<p>Hello,<br />
I need help with some actionscript!;)</p>
<p>my slideshow is almost workin but i am getting an error message saying:</p>
<p>1084: Syntax error: expecting rightparen before SimpleButton.</p>
<p>Here is what my code looks like:</p>
<p>stop();<br />
//next button<br />
SimpleButton.addEventListener(next_btn.onPress=function(){<br />
if(studio_art1._currentframe==studio_art1._totalframes){<br />
studio_art1.gotoAndStop(1)<br />
}else{<br />
studio_art1.nextFrame()<br />
}<br />
}</p>
<p>//last button<br />
SimpleButton.addEventListener(back_btn.onPress=function(){<br />
if(studio_art1._currentframe==1){<br />
studio_art1.gotoAndStop(studio_art1._totalframes)<br />
}else{<br />
studio_art1.prevFrame()<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alyosha</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-27331</link>
		<dc:creator>Alyosha</dc:creator>
		<pubDate>Wed, 17 Jun 2009 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-27331</guid>
		<description>Hey guys, I just started to learn about flash scripting and bumped into this nice page.

I have no problems making attractive buttons by first doing the animation work in after effects and then importing and assembling it in flash. 

But what I do have problems with is finding out how to make a button animation play out until it finishes and not stop immediately after mouse over even is o longer active, for example.

Or for example I would like user to click on button to start animation, but delay the link activation until animation play out.

I have scoured the web to no avail, or I maybe just dont understand scripting in as3 enough, my guess is itshould not be that hard:-)

I would be grateful is someone pointed me in the right direction, either a tut or a hint on how to script the thing to work in the described manner.

Many thanks,</description>
		<content:encoded><![CDATA[<p>Hey guys, I just started to learn about flash scripting and bumped into this nice page.</p>
<p>I have no problems making attractive buttons by first doing the animation work in after effects and then importing and assembling it in flash. </p>
<p>But what I do have problems with is finding out how to make a button animation play out until it finishes and not stop immediately after mouse over even is o longer active, for example.</p>
<p>Or for example I would like user to click on button to start animation, but delay the link activation until animation play out.</p>
<p>I have scoured the web to no avail, or I maybe just dont understand scripting in as3 enough, my guess is itshould not be that hard:-)</p>
<p>I would be grateful is someone pointed me in the right direction, either a tut or a hint on how to script the thing to work in the described manner.</p>
<p>Many thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashSpec</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-26069</link>
		<dc:creator>FlashSpec</dc:creator>
		<pubDate>Tue, 19 May 2009 21:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-26069</guid>
		<description>tOnic, just make the transition of tint in the timeline of button, name the first frame of the over state "over", on last frame of the over state put "stop()" actionscript.

Here’s some flash of mine: http://bit.ly/CtVgv - http://bit.ly/10Th0S</description>
		<content:encoded><![CDATA[<p>tOnic, just make the transition of tint in the timeline of button, name the first frame of the over state &#8220;over&#8221;, on last frame of the over state put &#8220;stop()&#8221; actionscript.</p>
<p>Here’s some flash of mine: <a href="http://bit.ly/CtVgv" rel="nofollow">http://bit.ly/CtVgv</a> - <a href="http://bit.ly/10Th0S" rel="nofollow">http://bit.ly/10Th0S</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tOnic</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-24592</link>
		<dc:creator>tOnic</dc:creator>
		<pubDate>Thu, 30 Apr 2009 20:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-24592</guid>
		<description>Hi Jen, all,

I'm having difficulty with the second half of step 4 ("Put stop actions at each frame label, and change the graphics and/or add some animation at each state.")

I can't wrape my mind around how to add animation at each state. for instance, I want an "over" state to gradually change its tint from the "up" state as the cursor moves over the button. 

how do I do that? do I make a movie clip of the tint change and embed it within the frame of the "over" state? that hasn't worked (the button refuses to function at all)

cheers</description>
		<content:encoded><![CDATA[<p>Hi Jen, all,</p>
<p>I&#8217;m having difficulty with the second half of step 4 (&#8221;Put stop actions at each frame label, and change the graphics and/or add some animation at each state.&#8221;)</p>
<p>I can&#8217;t wrape my mind around how to add animation at each state. for instance, I want an &#8220;over&#8221; state to gradually change its tint from the &#8220;up&#8221; state as the cursor moves over the button. </p>
<p>how do I do that? do I make a movie clip of the tint change and embed it within the frame of the &#8220;over&#8221; state? that hasn&#8217;t worked (the button refuses to function at all)</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kripa</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-24583</link>
		<dc:creator>kripa</dc:creator>
		<pubDate>Thu, 30 Apr 2009 16:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-24583</guid>
		<description>I'm a complete newbie..
I'm trying to create a shape object, convert it into a movie clip symbol. Now I want the shape to get dragged when I press the mouse button and when I release the mouse button, i want the object to be dropped, I tried multiple tutorials to get this program, but none of them are working on CS4 flash 10 with action script 3.0! Any tutorials on how to do this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a complete newbie..<br />
I&#8217;m trying to create a shape object, convert it into a movie clip symbol. Now I want the shape to get dragged when I press the mouse button and when I release the mouse button, i want the object to be dropped, I tried multiple tutorials to get this program, but none of them are working on CS4 flash 10 with action script 3.0! Any tutorials on how to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philip</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-24029</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Mon, 20 Apr 2009 05:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-24029</guid>
		<description>so if one puts your code in after following your linked directions to m aking a button is the code before or after the stop command in as2? because it isn't working for me for some reason. thanks</description>
		<content:encoded><![CDATA[<p>so if one puts your code in after following your linked directions to m aking a button is the code before or after the stop command in as2? because it isn&#8217;t working for me for some reason. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: movies</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-23908</link>
		<dc:creator>movies</dc:creator>
		<pubDate>Sat, 18 Apr 2009 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-23908</guid>
		<description>great ,i will test it,and Put stop actions at each frame label, and change the graphics and/or add some animation at each state to my site!</description>
		<content:encoded><![CDATA[<p>great ,i will test it,and Put stop actions at each frame label, and change the graphics and/or add some animation at each state to my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: online dizi izle</title>
		<link>http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-18141</link>
		<dc:creator>online dizi izle</dc:creator>
		<pubDate>Sat, 14 Mar 2009 16:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://flashthusiast.com/2008/10/19/movie-clip-buttons-in-a-fight-its-as2-vs-as3-again/#comment-18141</guid>
		<description>Sweet JSFL!!</description>
		<content:encoded><![CDATA[<p>Sweet JSFL!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
