Create a movie clip with only the copied down state of your home button and a stop(); action on its only frame. Drag it on stage and position it exactly over your normal up state home button. Give an instance name, such as home_initial_mc, so that it can be targeted. Then on all the other buttons' scripts add the following line to your on release scripts:
_root.home_initial_mc._visible = false;
You might need to further correct the path in the above, depending where you've inserted this "down" state mc. Regards,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.