# Advanced rollover help

**URL:** https://forum.kirupa.com/t/advanced-rollover-help/240072
**Category:** Uncategorized
**Created:** [September 28, 2007, 7:18pm UTC](https://forum.kirupa.com/t/advanced-rollover-help/240072 "2007-09-28T19:18:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jhdc](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@jhdc](https://forum.kirupa.com/u/jhdc)
#### Post date: [September 28, 2007, 7:18pm UTC](https://forum.kirupa.com/t/advanced-rollover-help/240072/1 "2007-09-28T19:18:19Z")

</div>

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!!
