# Simple Image fade help needed plz!

**URL:** https://forum.kirupa.com/t/simple-image-fade-help-needed-plz/32993
**Category:** flash
**Created:** [October 14, 2003, 3:10am UTC](https://forum.kirupa.com/t/simple-image-fade-help-needed-plz/32993 "2003-10-14T03:10:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![1111](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/1111/32/206_2.png) [@1111](https://forum.kirupa.com/u/1111)
#### Post date: [October 14, 2003, 3:10am UTC](https://forum.kirupa.com/t/simple-image-fade-help-needed-plz/32993/1 "2003-10-14T03:10:11Z")

</div>

okay, I am staring at the obvious. I have the code to fade a MC in. I just ned the reverse…

heres the fade in code:

// set the MC ‘fader’ to hidden  
fader.\_alpha=0;

//fader function  
go.onRollOver = function(){  
fader.onEnterFrame = function(){  
this.\_alpha\>=100 ? delete this.onEnterFrame : this.\_alpha+=5  
}  
}

Also, If any 1 knows how to set a reaction of buttons to fade in, ie button 1 fades in, then buitton 2, then button 3… I would be really greatfull!

i know: this.\_alpha=0 , will set to zero, but I forgot how to make it fade down… this is painfully simple… Any 1 please? 8-]
