# Really silly question regarding rollOver

**URL:** https://forum.kirupa.com/t/really-silly-question-regarding-rollover/273460
**Category:** Uncategorized
**Created:** [October 15, 2008, 6:05pm UTC](https://forum.kirupa.com/t/really-silly-question-regarding-rollover/273460 "2008-10-15T18:05:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Adra](https://avatars.discourse-cdn.com/v4/letter/a/b19c9b/32.png) [@Adra](https://forum.kirupa.com/u/Adra)
#### Post date: [October 15, 2008, 6:05pm UTC](https://forum.kirupa.com/t/really-silly-question-regarding-rollover/273460/1 "2008-10-15T18:05:04Z")

</div>

Hi!

Sorry for the oddness of this question.

Is this code Valid? It seems as though it is/should be, but isn’t working

```auto

	thumbholder1.onRollOver = function() { 
		this._alpha = 50;
	}
	
	thumbholder1.onRollOut = function() { 
		this._alpha = 100;
	}

```

It is loaded by this (this loading part works fine):

```auto

thumbholder1.loadMovie(alt1thumb[p], thumbholder1.getNextHighestDepth());

```

Thanks so much…

I’m really not quite sure why I can’t get this to work - these seem to be the problems I have, I can get the more complex part of the code down (loading things from an external xml file into an array etc,) but not the simple things like rollovers, haha.

Thanks for your time guys, even if you arn’t able to help me out.:s:
