# XML Gallery Questions... Animating Fade onRollOver?

**URL:** https://forum.kirupa.com/t/xml-gallery-questions-animating-fade-onrollover/166075
**Category:** flash
**Created:** [October 16, 2005, 9:02pm UTC](https://forum.kirupa.com/t/xml-gallery-questions-animating-fade-onrollover/166075 "2005-10-16T21:02:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![woodman650](https://avatars.discourse-cdn.com/v4/letter/w/b9bd4f/32.png) [@woodman650](https://forum.kirupa.com/u/woodman650)
#### Post date: [October 16, 2005, 9:02pm UTC](https://forum.kirupa.com/t/xml-gallery-questions-animating-fade-onrollover/166075/1 "2005-10-16T21:02:15Z")

</div>

Hey all!  
I was just wondering if anyone could help me out… I’m wondering how to modify

```auto
 target_mc.onRollOver = function() { 
this._alpha = 40;
thumbNailScroller();
};

```

so that instead of just becoming alpha = 40 on the mouseover, the movieclip transitions through animation. anyone know? I’m following the tutorial here…  
[http://www.kirupa.com/developer/mx2004/thumbnails.htm](http://www.kirupa.com/developer/mx2004/thumbnails.htm)

Also,  
Right now, I’ve got a whole bunch of thumbnails being loaded into an array that are sloppy in size… can someone give me an idea how I’d set a mask for these images? thanks!

---

<div class="post-metadata">

### Author: ![tri\_s](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@tri\_s](https://forum.kirupa.com/u/tri_s)
#### Post date: [April 8, 2006, 2:34am UTC](https://forum.kirupa.com/t/xml-gallery-questions-animating-fade-onrollover/166075/2 "2006-04-08T02:34:48Z")

</div>

Thanks a million for this… I was searching for this help! 🙂

awesome post! 🙂
