  | | | Movie clip inside a button | Movie clip inside a button 2004-02-20 - By Jerome Pennington
Back I have a button that I want to animate when the user mouses over it. It's not working. On the stage I have a button, "liz". Button liz has some AS in it: on (rollOver) { tellTarget ("/liz/lizover"){ gotoAndPlay (1); } } The over state of that button contains a movie clip called "lizover". Inside lizover a 10-frame timeline tweens a graphic, "lizovergraphic", from alpha 0% to alpha 100%. I'm kind of in a rush. It's possible I haven't thought it through all the way... ;-) What am I doing wrong? Thanks, Jerome
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <TITLE>Message</TITLE>
<META content="MSHTML 6.00.2800.1400" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2>I <SPAN class=640050819-20022004> have a button that I want to animate when the user mouses over it. It's not working.</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>On the stage I have a button, "liz". Button liz has some AS in it:</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>on (rollOver) {</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004> tellTarget ("/liz/lizover"){</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004> gotoAndPlay (1);</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004> }</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>}</SPAN></FONT></FONT></SPAN></DIV></SPAN></FONT>< /FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>The over state of that button contains a movie clip called "lizover". Inside lizover a 10-frame timeline tweens a graphic, "lizovergraphic", from alpha 0% to alpha 100%. </SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>I'm kind of in a rush. It's possible I haven't thought it through all the way... ;-) What am I doing wrong?</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004></SPAN></FONT></FONT></SPAN> </DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>Thanks,</SPAN></FONT></FONT></SPAN></DIV> <DIV><SPAN class=640050819-20022004><FONT face="Courier New"><FONT size=2><SPAN class=640050819-20022004>Jerome</SPAN></FONT></FONT></SPAN></DIV></BODY></HTML>
|
|
 |