on (release){
_root.drew._visible =false;
gotoAndPlay(31);
}
above is my code which i m using to try and fade out a MC when a button is pressed. The button (and the picture it shows when pressed) are within the same MC. I have placed this MC onthe root timeline and givene the MC i want to fade out the instance name drew // but still not having any luck making invisible. Ideas?? Thanks