all groups > macromedia flash sitedesign > august 2003 >
You're in the

macromedia flash sitedesign

group:

Rollover and Dissapear


Rollover and Dissapear fanmap81
8/31/2003 12:12:06 AM
macromedia flash sitedesign:
I have a button that i placed over a form. Inside this button is an animated movie clip that plays. What is supposed to happen is when i place the button over the form, the animated mc inside the button should play on rollover, and when its finished playing, allow me to fill out the form underneath the button. I cant figure out how to make the button disappear though so that i can proceed to enter text into the form. The cursor stays as a hand. I want to remove the button after the animation is done so I can fill out the form. Does anybody have any idea how to do this. Any and all help is appreciated. Thanks alot.



Re: Rollover and Dissapear anishu
9/1/2003 8:08:03 AM
hi

make ur button a movie clip and give instance name mc1
on the last frame of ur movieclip[make a blank layer and name it as actions] tht u kept on over state of ur button add this script
---------------------

setProperty("_root.mc1", _visible, "0");
-------------------

try this

i had checked and its working

regards

anish



AddThis Social Bookmark Button