Hi,
For my home page, I want to rollover text (movieclip) and have a photo appear in a different area. I want the photo to be loaded into a loader component. When I rollout, I want the photo to fade out.
Here’s my rollover code which is working:
menu_one_mc.onRollOver = function() {
rollover(“menu_one_mc”);
myPicLoader.contentPath = “2.jpg”;
};
I don’t know how to make it fade out when you rollout.
And…I only want the rollover / rollout to work when you’re on the home page. When you go to a separate category, I want them disabled, but if you go back to the home page, I’d like them to work again. Thanks for any help!!